home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TENCSFXFORM / TENCSFXFORM.txt
Text File  |  2004-10-13  |  3KB  |  150 lines

  1. object Encsfxform: TEncsfxform
  2.   Left = 793
  3.   Top = 465
  4.   BorderStyle = bsDialog
  5.   Caption = 'Convert to SFX'
  6.   ClientHeight = 201
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Topbevel: TBevel
  20.     Left = 0
  21.     Top = 65
  22.     Width = 417
  23.     Height = 8
  24.     Align = alTop
  25.     Shape = bsTopLine
  26.   end
  27.   object Browsebutton: TSpeedButton
  28.     Left = 384
  29.     Top = 88
  30.     Width = 23
  31.     Height = 22
  32.     Hint = 'Browse.'
  33.     Caption = '...'
  34.     OnClick = BrowsebuttonClick
  35.   end
  36.   object Typelabel: TLabel
  37.     Left = 8
  38.     Top = 120
  39.     Width = 48
  40.     Height = 13
  41.     Caption = 'Stub type:'
  42.   end
  43.   object Bottombevel: TBevel
  44.     Left = 8
  45.     Top = 160
  46.     Width = 401
  47.     Height = 9
  48.     Shape = bsTopLine
  49.   end
  50.   object Toppanel: TPanel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 417
  54.     Height = 65
  55.     Align = alTop
  56.     BevelOuter = bvNone
  57.     Color = clWhite
  58.     TabOrder = 0
  59.     object Captionlabel: TLabel
  60.       Left = 8
  61.       Top = 8
  62.       Width = 233
  63.       Height = 13
  64.       Caption = 'Create Self-Extracting Encrypted Archive'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clWindowText
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.     end
  72.     object Infolabel: TLabel
  73.       Left = 16
  74.       Top = 24
  75.       Width = 389
  76.       Height = 26
  77.       Caption = 
  78.         'Please specify the location of the file that you want to make an' +
  79.         ' SFX archive out of. Select a sfx-stub of your choice in the low' +
  80.         'er section.'
  81.       WordWrap = True
  82.     end
  83.   end
  84.   object Inputedit: TLabeledEdit
  85.     Left = 8
  86.     Top = 88
  87.     Width = 369
  88.     Height = 21
  89.     EditLabel.Width = 67
  90.     EditLabel.Height = 13
  91.     EditLabel.Caption = 'Encrypted file:'
  92.     LabelPosition = lpAbove
  93.     LabelSpacing = 3
  94.     ReadOnly = True
  95.     TabOrder = 1
  96.   end
  97.   object Winradiobutton: TRadioButton
  98.     Left = 24
  99.     Top = 136
  100.     Width = 137
  101.     Height = 17
  102.     Caption = 'Windows 32 stub'
  103.     Checked = True
  104.     TabOrder = 2
  105.     TabStop = True
  106.   end
  107.   object Dosradiobutton: TRadioButton
  108.     Left = 168
  109.     Top = 136
  110.     Width = 241
  111.     Height = 17
  112.     Caption = 'DOS stub'
  113.     TabOrder = 3
  114.   end
  115.   object Cancelbutton: TButton
  116.     Left = 336
  117.     Top = 168
  118.     Width = 75
  119.     Height = 25
  120.     Cancel = True
  121.     Caption = 'Cancel'
  122.     TabOrder = 4
  123.     OnClick = CancelbuttonClick
  124.   end
  125.   object Okbutton: TButton
  126.     Left = 256
  127.     Top = 168
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'OK'
  131.     Default = True
  132.     TabOrder = 5
  133.     OnClick = OkbuttonClick
  134.   end
  135.   object Helpbutton: TButton
  136.     Left = 8
  137.     Top = 168
  138.     Width = 75
  139.     Height = 25
  140.     Caption = 'Help'
  141.     TabOrder = 6
  142.     OnClick = HelpbuttonClick
  143.   end
  144.   object Opendialog: TOpenDialog
  145.     Filter = 'TUGZip Encrypted Files (*.tze)|*.tze'
  146.     Left = 8
  147.     Top = 8
  148.   end
  149. end
  150.